All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.event.CaretListener

public interface CaretListener
extends EventListener
Listener for changes in the caret position of a text component.


Method Index

 o caretUpdate(CaretEvent)
Called when the caret position is updated.

Methods

 o caretUpdate
 public abstract void caretUpdate(CaretEvent e)
Called when the caret position is updated.

Parameters:
e - the caret event

All Packages  Class Hierarchy  This Package  Previous  Next  Index